Add workflows#126
Merged
Merged
Conversation
3ee6b8a to
bb813cc
Compare
| skip_api_build: true | ||
| deployment_environment: 'dev' | ||
| env: | ||
| CUSTOM_BUILD_COMMAND: corepack enable && corepack prepare pnpm@10.9.0 --activate && pnpm install --frozen-lockfile && pnpm ui build && pnpm website build |
Contributor
There was a problem hiding this comment.
Hey, could you change the
corepack enable && corepack prepare pnpm@10.9.0 --activate
to
npm i -g corepack@latest && corepack prepare here and in other occurences?
It'd bulletproof the solution for upcoming versions of node that won't bundle corepack and on top of that it'd install pnpm with proper version taken from packageManager field in package.json.
| id: version-check | ||
| run: | | ||
| CURRENT_VERSION=$(node -p "require('./package.json').version") | ||
| PUBLISHED_VERSION=$(npm view @axiomhq/axiom-ui-components version 2>/dev/null || echo "0.0.0") |
Contributor
There was a problem hiding this comment.
@axiomhq/axiom-ui-components -> @synergycodes/axiom :)
librowski-synergy
approved these changes
Jul 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
General idea:
release/**– release docs (prod) and npm libmain– release docs (dev)